@charset "utf-8";
/* CSS Document */
/*#fluid-banner-campaign {
    background: url(../img/bg-campaigns_bhima.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 100px 0 20px;
    padding: 160px 0;
    box-sizing: border-box;
    position: relative;
	width: 100%;
    height: auto;
}*/

#menubar {
    width: 100%;
    height: 80px; /*or else fix this height... 100px for example */
    display: table;
    table-layout: fixed;
	border:none;
	
}
#menu {
    display: table-row;
}
#menu .button {
    display: table-cell;
    height: 80px; /* scale the height with respect to the table */
}
#menu .button Button {
    width: 100%;
    height: 80px; /* scale the height with respect to the table cell */
	background-color:#333;
	color:#FFF;
	border:none;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}